

@charset "utf-8";



::-webkit-scrollbar {
 width: 8px;
 height: 8px;
 background-color: #F5F5F5;
}



::-webkit-scrollbar-track {
 border-radius: 10px;
 background-color: #E2E2E2;
}



::-webkit-scrollbar-thumb {
 border-radius: 10px;
 -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
 box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
 background-color: #555;
}
::selection {
	background-color: #2a458e;
	color: #fff;
}



::-moz-selection {
 background-color: #2a458e;
 color: #fff;
}



::-webkit-selection {
 background-color: #2a458e;
 color: #fff;
}
* {
	padding: 0;
	margin: 0;
	font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}
body {
	font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
	color: #333;
	margin: 0;
	line-height: 1.5;
}
:focus {
	outline: 1;
}
article,  aside,  canvas,  details,  figcaption,  figure,  footer,  header,  hgroup,  menu,  nav,  section,  summary {
	display: block;
}
a {
	color: #333;
	text-decoration: none;
}
a:link,  a:hover,  a:active,  a:visited {
	text-decoration: none;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input,  select {
	vertical-align: middle;
}
li,  ul {
	list-style-type: none;
}
img {
	border: none;
}
input,  textarea {
	outline: 0;
	border: 0;
}
textarea {
	resize: none;
}
h1,  h2,  h3,  h4,  h5,  h6,  dl,  dd,  dt,  i,  em {
	font-weight: normal;
	font-style: normal;
}
.fixedNav {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 100000;
	_position: absolute;
 _top: expression(eval(document.documentElement.scrollTop));
}
.ellipsis {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.clear::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	clear: both;
	overflow: hidden;
}
a {
	transition: all .2s;
}
a:hover {
	color: #2a458e;
}
.container {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
/* header start */

.topxunpan {
	width: 100%;
	height: 30px;
	box-sizing: border-box;
	background-color: #f4f4f4;
}
.topxunpan .leftwelcome {
	width: 340px;
	height: 30px;
	float: left;
	line-height: 30px;
	color: #666;
	font-size: 12px;
}
.topxunpan .xp {
	position: relative;
	width: auto;
	float: right;
	line-height: 30px;
	color: #666;
	font-size: 12px;
	cursor: pointer;
}
.topxunpan .xp img {
	position: relative;
	top: 2px;
	margin-right: 2px;
}
.topxunpan .xp i {
	padding: 0 5px;
	color: #2a458e;
	font-size: 16px;
	font-weight: bold;
	box-sizing: border-box;
}
.topxunpan .xp #xunpantip {
	z-index: 999;
	position: absolute;
	top: 35px;
	left: 50%;
	width: 180px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	-webkit-transform: translateX(-50%) scale(0);
	-moz-transform: translateX(-50%) scale(0);
	-o-transform: translateX(-50%) scale(0);
	-ms-transform: translateX(-50%) scale(0);
	transform: translateX(-50%) scale(0);
	-webkit-transition: transform .4s, opacity .4s;
	-moz-transition: transform .4s, opacity .4s;
	-o-transition: transform .4s, opacity .4s;
	-ms-transition: transform .4s, opacity .4s;
	transition: transform .4s, opacity .4s;
	background-color: #2a458e;
	border-radius: 4px;
	opacity: 0;
	font-weight: bold;
	box-shadow: 5px 5px 2px #dfdfdf;
}
.topxunpan .xp #xunpantip::after {
	content: '';
	position: absolute;
	top: -16px;
	left: 50%;
	width: 0;
	height: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border: 8px solid transparent;
	border-bottom-color: #2a458e;
}
.topxunpan .xp #xunpantip.xunpantextactive {
	-webkit-transform: translateX(-50%) scale(1);
	-moz-transform: translateX(-50%) scale(1);
	-o-transform: translateX(-50%) scale(1);
	-ms-transform: translateX(-50%) scale(1);
	transform: translateX(-50%) scale(1);
	opacity: 1;
}
.topxunpan .rightmess {
	width: 262px;
	height: 30px;
	float: right;
}
.topxunpan .rightmess .topcontact {
	width: 140px;
	line-height: 30px;
	float: left;
	font-size: 12px;
}
.topxunpan .rightmess .topcontact img {
	position: relative;
	top: -1px;
	vertical-align: middle;
}
.topxunpan .rightmess .topcontact a {
	color: #666;
}
.topxunpan .rightmess .topcontact a:hover {
	color: #2a458e;
}
.logobbox {
	height: 130px;
}
.logobbox .leftslogan {
	width: 380px;
	height: auto;
	float: left;
	margin-top: 37px;
}
.logobbox .leftslogan h3 {
	font-size: 28px;
	line-height: 24px;
	color: #2a458e;font-weight: bold
}
.logobbox .leftslogan h4 {
	margin-top: 16px;
	font-size: 16px;
	line-height: 18px;
	color: #545454;
}
.logobbox .logo {
	float: left;
	margin-top: 30px;
	margin-right: 20px;
}
.logobbox .righttel {
	width: 280px;
	height: auto;
	float: right;
	margin-top: 28px;
}
.logobbox .righttel .hotline {
	position: relative;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	color: #777;
}
.logobbox .righttel .hotline::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 76px;
	height: 1px;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background-color: #b5b5b5;
}
.logobbox .righttel .hotline::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 76px;
	height: 1px;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background-color: #b5b5b5;
}
.logobbox .righttel .telbox {
	width: 100%;
	height: auto;
	margin-top: 10px;
	line-height: 47px;
}
.logobbox .righttel .telbox img {
	display: block;
	float: left;
}
.logobbox .righttel .telbox span {
	display: block;
	float: left;
	margin-left: 10px;
	font-size: 32px;
	font-weight: bold;
	color: #2a458e;
}
.nheader {
	z-index: 10;
	width: 100%;
	min-width: 1200px;
	height: 60px;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
	background: url('../images/navbg.png') center center no-repeat;
}
.nheader .menubox {
	position: relative;
	width: 1200px;
	height: 60px;
}
.nheader .menubox ul {
	width: 100%;
	height: 30px;
	margin: 0 auto;
}
.nheader .menubox ul .nav-item {
	z-index: 1;
	position: relative;
	float: left;
	max-width: 200px;
	height: 50px;
	padding: 0 42px;
	margin-top: 10px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
}
.nheader .menubox ul .nav-item::after {
	content: '';
	position: absolute;
	bottom: 14px;
	left: 50%;
	width: 0;
	height: 1px;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	background-color: #2a458e;
}
.nheader .menubox ul .nav-item:hover > a,  .nheader .menubox ul .nav-item.another > a {
	color: #2a458e;
}
.nheader .menubox ul .nav-item:hover::before,  .nheader .menubox ul .nav-item.another::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	background-color: #ac1804;
}
.nheader .menubox ul .nav-item:hover::after,  .nheader .menubox ul .nav-item.another::after {
	content: '';
	width: 77px;
}
.nheader .menubox ul .nav-item a {
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: #2a458e;
	overflow: hidden;
}
.nheader .menubox ul .nav-item > ul {
	position: absolute;
	top: 50px;
	left: 50%;
	width: 100%;
	height: 0;
	visibility: hidden;
	transform: translateX(-50%);
	perspective: 500px;
}
.nheader .menubox ul .nav-item > ul li {
	position: relative;
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	transform: rotateY(90deg);
	transition: transform .4s, opacity .5s;
	opacity: 0;
	background-color: #2a458e;
}
.nheader .menubox ul .nav-item > ul li:nth-child(1) {
	transition-delay: 0ms;
}
.nheader .menubox ul .nav-item > ul li:nth-child(2) {
	transition-delay: 100ms;
}
.nheader .menubox ul .nav-item > ul li:nth-child(3) {
	transition-delay: 200ms;
}
.nheader .menubox ul .nav-item > ul li:nth-child(4) {
	transition-delay: 300ms;
}
.nheader .menubox ul .nav-item > ul li:nth-child(5) {
	transition-delay: 400ms;
}
.nheader .menubox ul .nav-item > ul li:nth-child(6) {
	transition-delay: 500ms;
}
.nheader .menubox ul .nav-item > ul li:nth-child(7) {
	transition-delay: 600ms;
}
.nheader .menubox ul .nav-item > ul li:nth-child(8) {
	transition-delay: 700ms;
}
.nheader .menubox ul .nav-item > ul li:nth-child(9) {
	transition-delay: 800ms;
}
.nheader .menubox ul .nav-item > ul li:nth-child(10) {
	transition-delay: 900ms;
}
.nheader .menubox ul .nav-item > ul li:nth-child(11) {
	transition-delay: 1000ms;
}
.nheader .menubox ul .nav-item > ul li:nth-child(12) {
	transition-delay: 1200ms;
}
.nheader .menubox ul .nav-item > ul li::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ac1804;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(1, 0.1, 1);
	transform: scale3d(1, 0.1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.nheader .menubox ul .nav-item > ul li:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.nheader .menubox ul .nav-item > ul li:hover > a {
	color: #fff;
}
.nheader .menubox ul .nav-item > ul li a {
	position: relative;
	display: block;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
}
.nheader .menubox ul .nav-item > ul li.drop > a {
	padding-right: 18px;
	padding-left: 12px;
	color: #fff;
	background-image: url('../images/drop.png');
	background-repeat: no-repeat;
	background-position: 96px center;
	box-sizing: border-box;
}
.nheader .menubox ul .nav-item > ul li.drop:hover > a {
	color: #fff;
}
.nheader .menubox ul .nav-item > ul li:hover > a:link::after,  .nheader .menubox ul .nav-item > ul li:hover > a:visited::after {
	height: 248%;
}
.nheader .menubox ul .nav-item > ul li > dl {
	position: absolute;
	left: 107px;
	top: 0;
	width: 100%;
	height: 0;
	visibility: hidden;
	perspective: 500px;
}
.nheader .menubox ul .nav-item > ul li > dl dd {
	position: relative;
	width: 100%;
	background-color: #2a458e;
	height: 50px;
	transform: rotateY(90deg);
	transition: transform .4s, opacity .5s;
	opacity: 0;
}
.nheader .menubox ul .nav-item > ul li > dl dd:nth-child(1) {
	transition-delay: 0ms;
}
.nheader .menubox ul .nav-item > ul li > dl dd:nth-child(2) {
	transition-delay: 100ms;
}
.nheader .menubox ul .nav-item > ul li > dl dd:nth-child(3) {
	transition-delay: 200ms;
}
.nheader .menubox ul .nav-item > ul li > dl dd:nth-child(4) {
	transition-delay: 300ms;
}
.nheader .menubox ul .nav-item > ul li > dl dd:nth-child(5) {
	transition-delay: 400ms;
}
.nheader .menubox ul .nav-item > ul li > dl dd:nth-child(6) {
	transition-delay: 500ms;
}
.nheader .menubox ul .nav-item > ul li > dl dd:nth-child(7) {
	transition-delay: 600ms;
}
.nheader .menubox ul .nav-item > ul li > dl dd:nth-child(8) {
	transition-delay: 700ms;
}
.nheader .menubox ul .nav-item > ul li > dl dd:nth-child(9) {
	transition-delay: 800ms;
}
.nheader .menubox ul .nav-item > ul li > dl dd:nth-child(10) {
	transition-delay: 900ms;
}
.nheader .menubox ul .nav-item > ul li > dl dd:nth-child(11) {
	transition-delay: 1000ms;
}
.nheader .menubox ul .nav-item > ul li > dl dd:nth-child(12) {
	transition-delay: 1200ms;
}
.nheader .menubox ul .nav-item > ul li > dl dd::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ac1804;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(1, 0.1, 1);
	transform: scale3d(1, 0.1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.nheader .menubox ul .nav-item > ul li > dl dd:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.nheader .menubox ul .nav-item > ul li > dl dd:hover a {
	color: #fff;
}
.nheader .menubox ul .nav-item > ul li > dl dd a {
	position: relative;
	display: block;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
}
.nheader .menubox ul .nav-item > ul li:hover > dl {
	height: auto;
	visibility: visible;
	opacity: 1;
}
.nheader .menubox ul .nav-item > ul li:hover > dl dd {
	transform: rotateY(0);
	opacity: 1;
}
.nheader .menubox ul .nav-item:hover > ul {
	height: auto;
	visibility: visible;
}
.nheader .menubox ul .nav-item:hover > ul li {
	transform: rotateY(0);
	opacity: 1;
}
/* header end */



/* footer start */

.footer {
	width: 100%;
	min-width: 1200px;
	height: 416px;
	overflow: hidden;
	background: #1c3476;
	padding-top: 20px;
}
.footer .friend {
	width: 100%;
	height: 53px;
	overflow: hidden;
}
.footer .friend .linkslist {
	height: 14px;
	margin-top: 20px;
	line-height: 14px;
	text-align: center;
}
.footer .friend .linkslist li {
	display: inline-block;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 14px;
	border-right: 1px solid #fff;
}
.footer .friend .linkslist li a {
	color: #fff;
}
.footer .footerinfo {
	width: 100%;
	height: auto;
	padding-top: 20px;
}
.footer .footerinfo .leftinfomain {
	width: 800px;
	height: auto;
	float: left;
}
.footer .footerinfo .leftinfomain .topinfor {
	width: 100%;
	height: 178px;
	overflow: hidden;
}
.footer .footerinfo .leftinfomain .topinfor .leftlogo {
	width: 196px;
	height: 166px;
	float: left;
	overflow: hidden;
	padding-top: 20px;
}
.footer .footerinfo .leftinfomain .topinfor .rightfooternav {
	width: 550px;
	height: auto;
	float: left;
	margin-top: 20px;
	margin-left: 50px;
}
.footer .footerinfo .leftinfomain .topinfor .rightfooternav dl {
	width: 104px;
	height: auto;
	float: left;
	margin-right: 30px;
}
.footer .footerinfo .leftinfomain .topinfor .rightfooternav dl:last-child {
	margin-right: 0;
}
.footer .footerinfo .leftinfomain .topinfor .rightfooternav dl dt {
	margin-bottom: 24px;
	font-size: 16px;
	color: #fff;
	line-height: 16px;
}
.footer .footerinfo .leftinfomain .topinfor .rightfooternav dl dd {
	margin-bottom: 8px;
}
.footer .footerinfo .leftinfomain .topinfor .rightfooternav dl dd a {
	color: #fff;
	font-size: 14px;
	line-height: 14px;
}
.footer .footerinfo .leftinfomain .bottominfor {
	width: 100%;
	height: auto;
	margin-top: 12px;
}
.footer .footerinfo .leftinfomain .bottominfor .leftcontact {
	position: relative;
	width: 370px;
	height: auto;
	float: left;
}
.footer .footerinfo .leftinfomain .bottominfor .leftcontact p {
	line-height: 36px;
	color: #f6f6f6;
	font-size: 14px;
}
.footer .footerinfo .leftinfomain .bottominfor .leftcontact p a {
	color: #f6f6f6;
}
.footer .footerinfo .leftinfomain .bottominfor .leftcontact::after {
	content: '';
	position: absolute;
	right: 0;
	top: 8px;
	width: 1px;
	height: 130px;
	background-color: #f4f4f4;
}
.footer .footerinfo .leftinfomain .bottominfor .rightwechat {
	width: 150px;
	height: 150px;
	float: right;
}
.footer .footerinfo .leftinfomain .bottominfor .rightwechat img {
	width: 150px;
	height: 150px;
}
.footer .footerinfo .rightform {
	width: 340px;
	height: auto;
	float: right;
	margin-top: 20px;
}
.footer .footerinfo .rightform .username {
	width: 340px;
	height: 36px;
	line-height: 34px;
	padding-left: 10px;
	color: #f4f4f4;
	box-sizing: border-box;
	background-color: transparent;
	border: 1px solid #d2d2d2;
	margin-bottom: 10px;
}
 .footer .footerinfo .rightform .username::-webkit-input-placeholder {
 color: #f4f4f4;
}
.footer .footerinfo .rightform .usertel {
	width: 340px;
	height: 36px;
	line-height: 34px;
	padding-left: 10px;
	color: #f4f4f4;
	box-sizing: border-box;
	background-color: transparent;
	border: 1px solid #d2d2d2;
	margin-bottom: 10px;
}
 .footer .footerinfo .rightform .usertel::-webkit-input-placeholder {
 color: #f4f4f4;
}
.footer .footerinfo .rightform .xqcontent {
	width: 340px;
	line-height: 34px;
	padding-left: 10px;
	color: #f4f4f4;
	box-sizing: border-box;
	background-color: transparent;
	border: 1px solid #d2d2d2;
	height: 62px;
	padding-top: 10px;
	line-height: 24px;
}
 .footer .footerinfo .rightform .xqcontent::-webkit-input-placeholder {
 color: #f4f4f4;
}
.footer .footerinfo .rightform .submit-btn {
	display: block;
	width: 100%;
	height: 32px;
	margin-top: 17px;
	line-height: 32px;
	text-align: center;
	color: #2a458e;
	font-size: 14px;
	background-color: #fff;
	border: none;
	outline: none;
	cursor: pointer;
}
.footer .copyrightrow {
	width: 100%;
	height: 40px;
	margin-top: 80px;
	text-align: center;
	background-color: #333;
}
.footer .copyrightrow p {
	color: #f6f6f6;
	line-height: 40px;
}
.footer .copyrightrow p a {
	color: #f6f6f6;
}

/* footer end */
